home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 72 / IOPROG_72.ISO / soft / c++ / NCTDiscWriter2.exe / {app} / MS VB 6.0 Samples / TestVBAudioCDWriter / frmSpeedProgress.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  2002-12-07  |  1.1 KB  |  34 lines

  1. VERSION 5.00
  2. Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
  3. Begin VB.Form frmSpeedProgress 
  4.    BorderStyle     =   4  'Fixed ToolWindow
  5.    Caption         =   "Detect Optimal Speed..."
  6.    ClientHeight    =   165
  7.    ClientLeft      =   45
  8.    ClientTop       =   285
  9.    ClientWidth     =   3525
  10.    ControlBox      =   0   'False
  11.    LinkTopic       =   "Form1"
  12.    MaxButton       =   0   'False
  13.    MinButton       =   0   'False
  14.    ScaleHeight     =   165
  15.    ScaleWidth      =   3525
  16.    ShowInTaskbar   =   0   'False
  17.    StartUpPosition =   2  'CenterScreen
  18.    Begin MSComctlLib.ProgressBar ProgressBar1 
  19.       Height          =   165
  20.       Left            =   0
  21.       TabIndex        =   0
  22.       Top             =   0
  23.       Width           =   3585
  24.       _ExtentX        =   6324
  25.       _ExtentY        =   291
  26.       _Version        =   393216
  27.       Appearance      =   1
  28.    End
  29. Attribute VB_Name = "frmSpeedProgress"
  30. Attribute VB_GlobalNameSpace = False
  31. Attribute VB_Creatable = False
  32. Attribute VB_PredeclaredId = True
  33. Attribute VB_Exposed = False
  34.